Events

Description

Whenever a control or some other feature is added to a UX component it usually comes with some event handles. Events are simply a way of specifying where you want some action or bit of code to run in an application, whether on the server-side or the client-side. It is easy to tie actions and/or custom code to an event in the UX Component on both the Client-Side Events and Server-Side Events pages. Simply highlight the event in the list on the right and then define what happens in during that event in the workspace on the left.

Name
Description
Client-Side Events

Client-side events in the UX Component that can be used to add custom Javascript.

Server-Side Events

Server-side events are used to integrate workflows and add custom Xbasic to do additional processing on the server for the UX component.

Server-side Events

images/serverside.png
Server-side Events

Client-side Events

images/client.png
Client-side Events

General Tools

Cut

Copy

Paste

Undo

Redo

Find

Replace

Goto

Indent

Outdent

Left Align

Format Code

Use an Xbasic Expression to transform code

Comment Out

Un Comment Out

Tools specific to Server-side

Check Syntax

Default Prototype

Action Scripting

Tools for the Client-side

Action Javascript

Insert